func github.com/andybalholm/brotli.unwrittenBytes

3 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L1229: func unwrittenBytes(s *Reader, wrap bool) uint {
		decode.go#L1245: 	var to_write uint = unwrittenBytes(s, true)
		decode.go#L2511: 	return s.ringbuffer != nil && unwrittenBytes(s, false) != 0